home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / ezlcalf.xof < prev    next >
Text File  |  1996-05-21  |  8KB  |  404 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  60;
  136.  0.005856;-1.256221;0.236714;,
  137.  -0.106010;-1.256221;0.207396;,
  138.  -0.042692;-1.297432;0.067437;,
  139.  0.038816;-1.297432;0.123468;,
  140.  0.005856;-1.256221;0.236714;,
  141.  -0.042692;-1.297432;0.067437;,
  142.  -0.162948;-0.376917;0.109333;,
  143.  -0.036594;-0.421307;0.023465;,
  144.  -0.042692;-1.297432;0.067437;,
  145.  -0.106010;-1.256221;0.207396;,
  146.  -0.162948;-0.376917;0.109333;,
  147.  -0.042692;-1.297432;0.067437;,
  148.  0.029368;-0.363872;0.360943;,
  149.  -0.162948;-0.376917;0.109333;,
  150.  -0.106010;-1.256221;0.207396;,
  151.  0.005856;-1.256221;0.236714;,
  152.  0.029368;-0.363872;0.360943;,
  153.  -0.106010;-1.256221;0.207396;,
  154.  0.179677;-0.416762;0.184038;,
  155.  0.029368;-0.363872;0.360943;,
  156.  0.005856;-1.256221;0.236714;,
  157.  0.038816;-1.297432;0.123468;,
  158.  0.179677;-0.416762;0.184038;,
  159.  0.005856;-1.256221;0.236714;,
  160.  -0.036594;-0.421307;0.023465;,
  161.  0.179677;-0.416762;0.184038;,
  162.  0.038816;-1.297432;0.123468;,
  163.  -0.042692;-1.297432;0.067437;,
  164.  -0.036594;-0.421307;0.023465;,
  165.  0.038816;-1.297432;0.123468;,
  166.  -0.098801;-0.010689;0.046913;,
  167.  -0.013588;-0.010689;0.216649;,
  168.  0.097729;-0.010689;0.037856;,
  169.  0.004294;-0.010689;-0.047340;,
  170.  -0.098801;-0.010689;0.046913;,
  171.  0.097729;-0.010689;0.037856;,
  172.  -0.098801;-0.010689;0.046913;,
  173.  0.004294;-0.010689;-0.047340;,
  174.  -0.036594;-0.421307;0.023465;,
  175.  -0.162948;-0.376917;0.109333;,
  176.  -0.098801;-0.010689;0.046913;,
  177.  -0.036594;-0.421307;0.023465;,
  178.  -0.013588;-0.010689;0.216649;,
  179.  -0.098801;-0.010689;0.046913;,
  180.  -0.162948;-0.376917;0.109333;,
  181.  0.029368;-0.363872;0.360943;,
  182.  -0.013588;-0.010689;0.216649;,
  183.  -0.162948;-0.376917;0.109333;,
  184.  0.097729;-0.010689;0.037856;,
  185.  -0.013588;-0.010689;0.216649;,
  186.  0.029368;-0.363872;0.360943;,
  187.  0.179677;-0.416762;0.184038;,
  188.  0.097729;-0.010689;0.037856;,
  189.  0.029368;-0.363872;0.360943;,
  190.  0.004294;-0.010689;-0.047340;,
  191.  0.097729;-0.010689;0.037856;,
  192.  0.179677;-0.416762;0.184038;,
  193.  -0.036594;-0.421307;0.023465;,
  194.  0.004294;-0.010689;-0.047340;,
  195.  0.179677;-0.416762;0.184038;;
  196.  
  197.  20;
  198.  3;0,1,2;,
  199.  3;3,4,5;,
  200.  3;6,7,8;,
  201.  3;9,10,11;,
  202.  3;12,13,14;,
  203.  3;15,16,17;,
  204.  3;18,19,20;,
  205.  3;21,22,23;,
  206.  3;24,25,26;,
  207.  3;27,28,29;,
  208.  3;30,31,32;,
  209.  3;33,34,35;,
  210.  3;36,37,38;,
  211.  3;39,40,41;,
  212.  3;42,43,44;,
  213.  3;45,46,47;,
  214.  3;48,49,50;,
  215.  3;51,52,53;,
  216.  3;54,55,56;,
  217.  3;57,58,59;;
  218.  
  219.  MeshMaterialList {
  220.   2;
  221.   20;
  222.   0,
  223.   1,
  224.   1,
  225.   1,
  226.   1,
  227.   1,
  228.   1,
  229.   1,
  230.   1,
  231.   1,
  232.   1,
  233.   1,
  234.   1,
  235.   1,
  236.   1,
  237.   1,
  238.   1,
  239.   1,
  240.   1,
  241.   1;
  242.   Material {
  243.    0.760784;0.458824;0.317647;1.000000;;
  244.    0.000000;
  245.    0.000000;0.000000;0.000000;;
  246.    0.000000;0.000000;0.000000;;
  247.   }
  248.   Material {
  249.    0.760784;0.458824;0.317647;1.000000;;
  250.    256.000000;
  251.    0.000000;0.000000;0.000000;;
  252.    0.000000;0.000000;0.000000;;
  253.   }
  254.  }
  255.  MeshNormals {
  256.   60;
  257.   -0.131401;-0.953878;0.269910;,
  258.   -0.066569;-0.964910;0.254004;,
  259.   -0.131401;-0.953878;0.269910;,
  260.   -0.195630;-0.938479;0.284581;,
  261.   -0.131401;-0.953878;0.269910;,
  262.   -0.131401;-0.953878;0.269910;,
  263.   -0.995287;0.046589;-0.085053;,
  264.   -0.013680;-0.086619;-0.996148;,
  265.   -0.412365;-0.082644;-0.907263;,
  266.   -0.853201;-0.092587;0.513299;,
  267.   -0.995287;0.046589;-0.085053;,
  268.   -0.412365;-0.082644;-0.907263;,
  269.   0.120818;0.146724;0.981771;,
  270.   -0.995287;0.046589;-0.085053;,
  271.   -0.853201;-0.092587;0.513299;,
  272.   0.578595;-0.167426;0.798246;,
  273.   0.120818;0.146724;0.981771;,
  274.   -0.853201;-0.092587;0.513299;,
  275.   0.981476;-0.067927;-0.179141;,
  276.   0.120818;0.146724;0.981771;,
  277.   0.578595;-0.167426;0.798246;,
  278.   0.845802;-0.103892;-0.523284;,
  279.   0.981476;-0.067927;-0.179141;,
  280.   0.578595;-0.167426;0.798246;,
  281.   -0.013680;-0.086619;-0.996148;,
  282.   0.981476;-0.067927;-0.179141;,
  283.   0.845802;-0.103892;-0.523284;,
  284.   -0.412365;-0.082644;-0.907263;,
  285.   -0.013680;-0.086619;-0.996148;,
  286.   0.845802;-0.103892;-0.523284;,
  287.   0.000000;1.000000;0.000000;,
  288.   0.000000;1.000000;0.000000;,
  289.   0.000000;1.000000;0.000000;,
  290.   0.000000;1.000000;0.000000;,
  291.   0.000000;1.000000;0.000000;,
  292.   0.000000;1.000000;0.000000;,
  293.   -0.882555;0.053100;-0.467201;,
  294.   0.246591;-0.162220;-0.955446;,
  295.   -0.013680;-0.086619;-0.996148;,
  296.   -0.995287;0.046589;-0.085053;,
  297.   -0.882555;0.053100;-0.467201;,
  298.   -0.013680;-0.086619;-0.996148;,
  299.   -0.452079;0.360316;0.815964;,
  300.   -0.882555;0.053100;-0.467201;,
  301.   -0.995287;0.046589;-0.085053;,
  302.   0.120818;0.146724;0.981771;,
  303.   -0.452079;0.360316;0.815964;,
  304.   -0.995287;0.046589;-0.085053;,
  305.   0.964660;0.226031;0.135427;,
  306.   -0.452079;0.360316;0.815964;,
  307.   0.120818;0.146724;0.981771;,
  308.   0.981476;-0.067927;-0.179141;,
  309.   0.964660;0.226031;0.135427;,
  310.   0.120818;0.146724;0.981771;,
  311.   0.246591;-0.162220;-0.955446;,
  312.   0.964660;0.226031;0.135427;,
  313.   0.981476;-0.067927;-0.179141;,
  314.   -0.013680;-0.086619;-0.996148;,
  315.   0.246591;-0.162220;-0.955446;,
  316.   0.981476;-0.067927;-0.179141;;
  317.  
  318.   20;
  319.   3;0,1,2;,
  320.   3;3,4,5;,
  321.   3;6,7,8;,
  322.   3;9,10,11;,
  323.   3;12,13,14;,
  324.   3;15,16,17;,
  325.   3;18,19,20;,
  326.   3;21,22,23;,
  327.   3;24,25,26;,
  328.   3;27,28,29;,
  329.   3;30,31,32;,
  330.   3;33,34,35;,
  331.   3;36,37,38;,
  332.   3;39,40,41;,
  333.   3;42,43,44;,
  334.   3;45,46,47;,
  335.   3;48,49,50;,
  336.   3;51,52,53;,
  337.   3;54,55,56;,
  338.   3;57,58,59;;
  339.  }
  340.  MeshTextureCoords {
  341.   60;
  342.   0.688980;0.448684;,
  343.   0.520967;0.448684;,
  344.   0.560492;0.448684;,
  345.   0.691370;0.448684;,
  346.   0.688980;0.448684;,
  347.   0.560492;0.448684;,
  348.   0.500000;0.697597;,
  349.   0.500000;1.000000;,
  350.   0.000000;1.000000;,
  351.   0.000000;0.697597;,
  352.   0.500000;0.697597;,
  353.   0.000000;1.000000;,
  354.   0.500000;0.427929;,
  355.   0.500000;0.697597;,
  356.   0.000000;0.697597;,
  357.   0.000000;0.427929;,
  358.   0.500000;0.427929;,
  359.   0.000000;0.697597;,
  360.   0.500000;0.213118;,
  361.   0.500000;0.427929;,
  362.   0.000000;0.427929;,
  363.   0.000000;0.213118;,
  364.   0.500000;0.213118;,
  365.   0.000000;0.427929;,
  366.   0.500000;0.000000;,
  367.   0.500000;0.213118;,
  368.   0.000000;0.213118;,
  369.   0.000000;0.000000;,
  370.   0.500000;0.000000;,
  371.   0.000000;0.213118;,
  372.   0.520967;0.448684;,
  373.   0.688980;0.448684;,
  374.   0.691370;0.448684;,
  375.   0.560492;0.448684;,
  376.   0.520967;0.448684;,
  377.   0.691370;0.448684;,
  378.   1.000000;0.697597;,
  379.   1.000000;1.000000;,
  380.   0.500000;1.000000;,
  381.   0.500000;0.697597;,
  382.   1.000000;0.697597;,
  383.   0.500000;1.000000;,
  384.   1.000000;0.427929;,
  385.   1.000000;0.697597;,
  386.   0.500000;0.697597;,
  387.   0.500000;0.427929;,
  388.   1.000000;0.427929;,
  389.   0.500000;0.697597;,
  390.   1.000000;0.213118;,
  391.   1.000000;0.427929;,
  392.   0.500000;0.427929;,
  393.   0.500000;0.213118;,
  394.   1.000000;0.213118;,
  395.   0.500000;0.427929;,
  396.   1.000000;0.000000;,
  397.   1.000000;0.213118;,
  398.   0.500000;0.213118;,
  399.   0.500000;0.000000;,
  400.   1.000000;0.000000;,
  401.   0.500000;0.213118;;
  402.  }
  403. }
  404.